go/types.TypeParam.id (field)

3 uses

	go/types (current package)
		typeparam.go#L23: 	id    uint64    // unique id, for debugging only
		typeparam.go#L47: 	typ := &TypeParam{check: check, id: id, obj: obj, index: -1, bound: constraint}
		typestring.go#L310: 				w.string(subscript(t.id))